OTGetPortIconFromPortRef
Returns the location for the icon family representing the port.C INTERFACE
Boolean OTGetPortIconFromPortRef(OTPortRef ref, OTResourceLocator* iconLocation);C++ INTERFACE
None. C++ applications use the C interface to this function.PARAMETERS
ref
- A port reference for the port whose icon you want to locate.
iconLocation
- The location of the port's icon if it has one
SEE ALSO
"Obtaining Port Information"The
OTCreatePortRef
function.